removeAllPaths

abstract fun removeAllPaths(completionCallback: (MPIError?) -> Unit?)

Remove all paths on the MPIMapView

Return

Unit

Parameters

completionCallback

Callback for when the MPIMapView has completed removing all the paths, contains a MPIError as the first parameter


abstract suspend fun removeAllPaths()

Remove all paths on the MPIMapView

Return

Unit